Update LUIS SDK to support APIs v3.0-preview#5991
Update LUIS SDK to support APIs v3.0-preview#5991dsgouda merged 5 commits intoAzure:masterfrom moabba:luis_v3_sdk
Conversation
dsgouda
left a comment
There was a problem hiding this comment.
Please bump the Nuget package version to 2.8.0-preview since this is a new preview version of the REST API.
|
Updated the Nuget package version. But why 2.8.0 specifically, why not 3.0.0? |
Couple of reasons.
|
dsgouda
left a comment
There was a problem hiding this comment.
Looks good apart from a minor change
|
|
||
| [assembly: AssemblyVersion("2.0.0.0")] | ||
| [assembly: AssemblyFileVersion("2.1.0.0")] | ||
| [assembly: AssemblyVersion("2.8.0.0")] |
There was a problem hiding this comment.
AssemblyVersion remains the same, only AssemblyFileVersion must be bumped for a non-major version bumo
|
Will merge once CIs pass |
Thanks! Any idea when does the Nuget package get released? |
You will have to kick off a Jenkins build to publish the Nuget. Please check the instructions here |
* Update LUIS SDK to support APIs v3.0-preview * Update the Nuget package version to 2.8.0-preview * Update the AssemblyVersion and the package release notes * Generate the SDK using the default specs * Revert AssemblyVersion update
Add generated SDK for the LUIS v3.0-preview APIs
Spec PR Azure/azure-rest-api-specs#5724